﻿@charset "utf-8";
* {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
A {
	COLOR: #000; TEXT-DECORATION: none !important;
}
A IMG {
	BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; 
}
LI {
	LIST-STYLE-TYPE: none
}
body,td,th {
	font-family: 微软雅黑; 
}

body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
body,
button, input, select, textarea {
    font: 14px/22px "Microsoft YaHei";color: #666;
}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }

.scale_img dl img, .scale_img li img { -o-transition: all .8s ease 0s; transition: all .8s ease 0s }
.scale_img dl:hover img, .scale_img li:hover img { -webkit-transform: scale(1.1) rotate(0deg) translateY(0); -ms-transform: scale(1.1) rotate(0deg) translateY(0); transform: scale(1.1) rotate(0deg) translateY(0) }

i,em{
	font-style: normal;
}

.fl{ float:left;}
.fr{ float:right;}
.tac{text-align: center;}
.w1300{ width:1300px; margin:0 auto}

.clear {
	clear: both;
}
.clearfix:after { content: "."; height: 0; display: block; visibility: hidden; clear: both; }

.container{width: 1300px; margin: 0 auto; padding-top:50px;}
.container::after{content: '';clear: both;display: block;}


/*------------公用样式结束----------*/

/*top*/
.topbj{width: 100%;height:100px; background:url(img/top.jpg) bottom center no-repeat; padding-top:25px; padding-bottom:25px;}
.topbj ul{margin:0 auto; width:1300px; height:auto; overflow:hidden;}
.topbj ul .t-zz{ width:90px; height:67px;padding-top:15px;}
.topbj ul .t-logo{width:500x; height:auto; border-right:1px solid #666; text-align:left; margin-top:12px; padding-top:10px; padding-bottom:15px; padding-right:20px; overflow:hidden;}
.topbj ul .t-logo h1{font-family:"微软雅黑"; font-size:50px; color:#28292b; line-height:50px; font-weight:bold;}
.topbj ul .t-pz{ width:225px; height:auto; margin-left:15px; text-align:left; padding-top:20px;overflow:hidden;}
.topbj ul .t-pz p{ font-family:"微软雅黑"; font-size:30px; color:#1b6bda; padding-left:5px; line-height:30px; font-weight:bold;}
.topbj ul .t-pz img{width:225px; height:31px; margin-top:5px;}
.topbj ul .t-telt{ width:72px; height:72px; margin-left:70px; padding-top:20px;}
.topbj ul .t-tel{width:250px; height:auto; text-align:left; padding-left:10px; padding-top:20px; font-family:"微软雅黑"; font-size:14px; color:#666; line-height:20px;}
.topbj ul .t-tel p{font-family:"微软雅黑"; font-size:36px; color:#343434; line-height:50px; font-weight:bold;}
.topbj ul .t-er{ width:110px; height:90px;padding-top:10px; float:right;}


/*导航*/
.dhbj{width: 100%;height:70px;background:rgba(27,107,218,0.8);position: absolute;z-index: 9999;}
#header{margin:0 auto;width:1300px;height:70px;text-align:center;z-index:9;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}
#header nav{ margin:0 auto;width:1300px;height:100%; padding-right:10%;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
#header nav ul{height:100%}
#header nav li{height:100%;float:left;width:12.5%}
#header nav li>a{position:relative;line-height:70px;font-size:16px; height:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;color: #fff}
#header nav li>a::before{content:attr(data-en);position:absolute;bottom:30px;right:0;left:0;width:100%;display:block;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;line-height:1;font-size:16px;transform:scale(9/12);color:#000000;margin:auto;}
#header nav li>a::after{content:'';width:54px;height:30px;position:absolute;right:0;left:0;margin:auto;display:block;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;top:0}
#header nav li>a:hover{ color:#f4d301; font-weight:normal !important;}
#header nav div{display:none;position:absolute;top:70px;left:0;width:100%;background:rgba(0,0,0,0.3);box-sizing:border-box;padding:10px;text-align:center}
#header nav div a{width:16%;margin:.5%; border-bottom:5px solid #fff;background:#1b6bda; text-align:center;box-sizing:border-box;display:inline-block}
#header nav div a:hover{background:#f6d200;}
#header nav div a:nth-of-type(1){margin:.5% .6%}
#header nav div a:nth-of-type(2){margin:.5% .6%}
#header nav div a:nth-of-type(3){margin:.5% .6%}
#header nav div a:nth-of-type(4){margin:.5% .6%}
#header nav div a:nth-of-type(5){margin:.5% .6%}
#header nav div a:hover span{transform:scale(1.1); }
#header nav div span{height:auto; overflow:hidden;box-sizing:border-box;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;overflow:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
#header nav div img{width:100%;margin-top:0}
#header nav div em{ font-size:15px; line-height:30px; padding-top:10px; font-weight:normal;font-family:"微软雅黑";color:#fff;}
#header nav div a:hover em{color:#1b6bda !important;}
@media (min-width: 1200px){#header nav li:hover div{display:block}}
@media (min-width: 800px){#header nav li>a:hover,#header nav li>a.act{line-height:110px;font-weight:700;}#header nav li>a:hover::after,#header nav li>a.act::after{top:25px;opacity:1}}


/*主导航多级菜单*/

ul.nav {
	width: 1200px;	
	margin: 15px auto;
	height: auto;
	background: #fff;
}

ul.nav li {
	float: left;
	text-align: center;
	width:12.5%;
	position: relative;
	z-index: 1;
text-transform: uppercase;
	
}
ul.nav li a{display: block; height: 40px;	padding-top: 20px;color: #3e3e3e;}
ul.nav li a:after{content: '';color: #fff;  background: #f7d400;position: absolute; bottom: 0; left: 0;right: 0; width:100;height: 0; opacity: 0; z-index: -1; transition: all .3s;}
ul.nav li a:hover:after{content: ''; opacity: 1;height:100%;}
ul.nav li a:hover{color: #fff;}


/*banner*/
.banner { min-width: 1200px; position: relative; overflow: hidden; z-index: 2; }
.banner .bd { position: relative; z-index: 0; }
.banner .bd ul { width: 100% !important; height:auto;}
.banner .bd li{line-height: 0;}
.banner .bd li img {max-width:100%; }
.banner .swiper-pagination { position: absolute; width: 100%; text-align: center; bottom: 57px; }
.banner .swiper-pagination-bullet { width: 7px; height: 7px; display: inline-block; background: #fff; border-radius: 50%; position: relative; cursor: pointer; margin: 0 13px !important; transition: .3s; opacity: 1; }
.banner .swiper-pagination-bullet-active { background: #2c4c9c; }
.banner .swiper-pagination-bullet-active:before { position: absolute; content: ""; width: 23px; height: 23px; border-radius: 50%; top: -9px; left: -9px; border: 1px solid #fff }
.s_key { position: absolute; top: 66px; right: 0; width: 238px; height: 40px; z-index: 9; display: none; background: #fff; border-radius: 20px; }


/*=========浮动导航========*/
.sp_header{height:50px;overflow:hidden;position:fixed;z-index:3000;width:100%;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#be8c45;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:80px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left; font-weight:normal; border-bottom:1px dotted #ddd;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#008cd4}
.sjj_nav ul li ul li>ul{margin-left:10px}



/*--手机导航--*/
.s-menu{
	width: 100%;
	height: auto;
	background-color:#1b6bda;
	border-bottom:1px solid #ccc;
	text-align: center;
	overflow:hidden;
	
}
.ph-menu2{
	width: 100%;
	height: auto;
	padding-top:5px;
	padding-bottom:15px;
	text-align: center;
	overflow:hidden;

}


.ph-menu12 h2{
	display: block;
	margin:2px;
	padding:2%;
	height:20px;
	padding-top:5px;
	text-align: center;
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	display: block;
}
.ph-menu12:hover h2{
	text-decoration: none;
}
.ph-menu12:focus{text-decoration: none}



/*手机banner轮播*/
.sj-banner{width:100%; }
.sj-banner img{display:block;width:100%}
.swipe{width:100%;overflow:hidden;position:relative;}
.swipe ul{
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
.swipe #pagenavi{position:absolute;left:10px;bottom:5px;text-align:center;width:100%; background:rgba(fff, fff, fff, 0.6)!important; filter:Alpha(opacity=50); padding:6px;}
.swipe #pagenavi a{width:8px; height:8px; line-height:99em; background:#fff; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; margin:0 4px; overflow:hidden; cursor:pointer; display:inline-block; *display:inline; *zoom:1; position:relative;}
.swipe #pagenavi a.active{background:#ff0;  position:relative;}


/*------------首页栏目----------*/
.sylm{margin:0 auto; width:1100px; height:auto; padding-top:30px; padding-bottom:20px; text-align:center;}
.sylm h2{margin:0 auto; width:512px; height:70px; background:url(img/dhbj.png) center no-repeat; font-family:"微软雅黑"; font-size:36px; color:#fff; font-weight:bold; line-height:40px; text-align:right; padding-right:50px; padding-top:32px;}
.sylm p{font-family:"微软雅黑"; font-size:18px; color:#666; line-height:20px;}


/*------------pic----------*/
.fa-angle-right:before{content:"\f105"}
@font-face{font-family:'FontAwesome';src:url(img/fontawesome-webfont.eot);src:url(img/fontawesome-webfont01.eot) format('embedded-opentype'),url(img/fontawesome-webfont.woff2) format('woff2'),url(img/fontawesome-webfont.woff) format('woff'),url(img/fontawesome-webfont.ttf) format('truetype'),url(img/fontawesome-webfont.svg) format('svg');font-weight:normal;font-style:normal}
.fa,[class*=' fa-'],[class^=fa-]{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.collection-btn,.service_list_met_21_8_76 {-webkit-transition:all .30s linear;-moz-transition:all .30s linear;transition:all .30s linear}
.service_list_met_21_8_76 .special-deal-price{padding-bottom:38px;padding-top:28px;text-align:center}
.service_list_met_21_8_76 .special-deal-price ul{display:inline-block;margin:0px auto}
.service_list_met_21_8_76 .special-deal-price ul li{color:#222;display:inline-block;font-family:"微软雅黑",sans-serif;font-weight:700;font-size:36px;padding-left:15px}
.service_list_met_21_8_76 .special-deal-price ul li span{color:#aaa;font-family:"微软雅黑";font-weight:600;font-size:24px;vertical-align:4px;text-transform:uppercase}
.service_list_met_21_8_76 .single-item-collection{position:relative; width:30%; height:335px; margin:1.6%; float:left;}
.service_list_met_21_8_76 .single-item-collection img{width:100%; height:100%;}
.service_list_met_21_8_76 .single-item-collection::before{background:#000000;content:"";height:100%;left:0px;position:absolute;top:0px;width:100%;opacity:0.6}
.service_list_met_21_8_76 .collection-text{height:100%;position:absolute;top:0;width:100%}
.service_list_met_21_8_76 .collection-text-inner-area{display:table;height:100%;position:relative;text-align:center; padding-top:100px;vertical-align:middle;width:100%}
.service_list_met_21_8_76 .collection-text-inner-area h2{text-align:right;padding-right:40px}
.service_list_met_21_8_76 .collection-text-inner-area h2 a{color:#ffffff;font-family:"微软雅黑";text-transform:uppercase;text-align:right;font-size:22px}
.service_list_met_21_8_76 .collection-text-inner-area h3{color:#f6d300;font-family: "微软雅黑",sans-serif;font-size:16px;font-style:italic;padding-top:15px;padding-right:40px;text-transform:uppercase;text-align:right;margin-top:0px}
.service_list_met_21_8_76 .collection-offeer-bottom-content{margin-top:10px}
.service_list_met_21_8_76 .collection-text-inner-area:hover .collection-btn{opacity:1;-webkit-transform:scale(1);transform:scale(1);visibility:visible}
.service_list_met_21_8_76 .collection-btn{background:#f6d300;background:;border-radius:50%;display:inline-block;margin-top:24px;opacity:0;position:absolute;-webkit-transform:scale(2);transform:scale(2);visibility:hidden;height:48px;left:calc(50% - 24px);overflow:hidden;width:48px}
.service_list_met_21_8_76 .collection-btn i{color:#ffffff;display:inline-block;font-size:30px;line-height:48px}
.service_list_met_21_8_76 .collection-btn{}.service_list_met_21_8_76 .sign-up-discount{background-size:cover;padding-top:10%;padding-right:50px;text-align:right}



.fen{width:100%; margin-top:10px;}
.fen ul{ height: 47px; }
.fen ul li {width:97%;height:47px;background:#1b6bda; margin:1.5%; text-align: center;float: left; box-sizing: border-box; position: relative;  }
.fen ul li a{text-decoration: none; position: relative;z-index: 3; display: block; font-weight: bold; line-height:47px; height:47px; font-size: 18px; color: #fff;}
.fen ul li a:hover{background:#4b4b4b\9;color: #fff;}
.fen ul li:after{content:'';position:absolute;height:100%;width:0;background:#4b4b4b;bottom:0;left:0;-webkit-transition:width .3s;transition:width .3s;}
.fen ul li:hover:after,.fen ul li.cur:after{width:100%;color: #fff;}
.fen ul li:nth-child(3){margin-right: 0;}
.fen ul li.cur a { background:#2466b8; color: #fff; }

.m_pro{ margin:0 auto;height:1050px;margin-top: 45px; position: relative;width:90%; overflow: hidden;}
.m_pro li{float:left;width:23%;margin:10px 1% 0; height:510px;}
.m_pro li dl{width:100%;height:500px;  position: relative;transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;-o-transition: all 0.5s linear;}
.m_pro li dl a{text-decoration: none; }
.m_pro dt{width: 100%;}
.m_pro dt img{width: 100%;display: block;}
.m_pro dd{height: auto;padding-top: 10px;    box-sizing: border-box; text-align: center; color: #333333;}
.m_pro dd h3 {height: 40px; line-height: 40px;  color: #333333; font-size: 18px; display: block; text-align: center;}
.m_pro dd  p{padding:0 10px; height:auto; padding-bottom:10px; text-align: center; line-height: 24px; font-size: 14px; color: #888888;}
.m_pro dd span{width: 154px; height: 40px; line-height: 40px; display: block;margin:0 auto; color: #fff; background: #1b6bda; text-align: center; }

.m_pro li dl:hover{margin-top: 8px; }
.m_pro li dl:hover img{box-shadow: 0 0 10px #ccc;}
.m_pro li dl:hover span{display: block;}
.m_pro dd:hover span{background: #f6d300; color:#1b6bda}



/*ys*/
.s_bg{display: none;}
.ys_bg{ background:url(img/ysbj.jpg) center no-repeat; padding-bottom:80px; margin-top:30px;overflow: hidden;}
.case_t{padding: 50px 0 0;height: 90px;}
.case_t ul li{width: 171px;height: 56px;float: left;position: relative;}
.case_t ul li:before{content: "";width: 6px;height: 1px;background: #1b6bda;position: absolute;top: 27px;right: 10px;}
.case_t ul li a{font-size: 20px;color: #333;display: block;float: left;width: 150px;height: 56px;text-align: center;line-height: 56px;overflow: hidden;margin: 0 auto;}
.case_t ul li a:hover,.case_t ul li.on a{background: #1b6bda;color: #fff;border-radius: 30px;}
.case_t ul li.nobor:before{background: none;}
.case_m{position: relative; background-color:#1b6bda;}
.case_m dl{height: 540px; overflow:hidden;}
.case_m dl dt{width: 960px;height: 540px;line-height: 0;overflow: hidden;position: absolute;top: 0;left: 50%;}
.case_m dl dt img{width: 960px;height: 540px;}
.case_m dl dd{width: 440px;float: left;padding: 75px 0 0 80px;}
.case_m dl dd h5{height: 44px;font-size: 30px;color: #f6d300;line-height: 44px;overflow: hidden;}

.case_m dl dd b{display: block;font-size:18px;color: #fff; font-weight:normal;line-height: 30px;}
.case_m .case_desc{font-size: 16px;color: #ccc;line-height:30px;height: auto;overflow: hidden;padding: 15px 0 0;}
.case_m dl dd span,.about dl dd span{display: block;padding: 30px 0 0;}
.case_m dl dd span a,.about dl dd span a{display: block;font-size: 16px;color: #1b6bda; font-weight:bold;width:260px;text-align: center;height: 34px;line-height: 34px;background: #f6d300;overflow: hidden;border-radius: 20px;text-transform: uppercase;}
.case_m dl dd span a:hover,.ban01 p em a:hover,.about dl dd span a:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}

.case_lico,.case_rico{width: 58px;height: 58px;float:left; margin:2%; margin-top:50px;}
.case_lico a,.case_rico a,.jz_lico a,.jz_rico a{display: block;width: 58px;height: 58px;border-radius: 50%;-webkit-transition:all .3s;transition:all .3s;}
.case_lico{left: 80px;}
.case_rico{left: 155px;}
.case_lico a:hover,.case_rico a:hover,.jz_lico a:hover,.jz_rico a:hover{box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);z-index:2;-webkit-transform:translate(0,-2px);-webkit-transform:translate(0,-2px);}
.case_lico a,.jz_lico a{background:url(img/lico01.png) no-repeat;}
.case_lico a:hover,.jz_lico a:hover{background:url(img/lico02.png) no-repeat;}
.case_rico a,.jz_rico a{background:url(img/rico01.png) no-repeat;}
.case_rico a:hover,.jz_rico a:hover{background:url(img/rico02.png) no-repeat;}

/*sjys*/
.sjys{width:auto; height:auto; padding-top:50px;}
.sjys li{width:auto; height:auto;}
.sjys li img{width:100%;}
.sjys li ol{width:auto; height:auto; background-color:#f5f5f5; text-align:left; padding:20px;padding-bottom:30px;}
.sjys li ol em{font-family:Arial, Helvetica, sans-serif; font-size:60px; line-height:80px; color:#1b6bda;font-style:oblique}
.sjys li ol h3{font-family:"微软雅黑"; font-size:24px; color:#333; line-height:40px;}
.sjys li ol h3 span{font-family:"微软雅黑"; font-size:24px; color:#333;line-height:40px;}
.sjys li ol h3 p{font-family:"微软雅黑"; font-size:18px; color:#e10616; font-weight:normal;line-height:20px; padding-bottom:10px;}
.sjys li ol p{font-family:"微软雅黑"; font-size:15px; color:#666; line-height:26px;}


/*about*/
.aboutys{width:100%; height:396px; background:url(img/about1.jpg) center no-repeat;}

.aboutbj{width:100%; height:1034px; background:url(img/aboutbj.jpg) center no-repeat;}
.aboutbj .a-left{width:780px; height:auto;}
.aboutbj .a-left .a-bt{width:450px;height:auto; text-align:left; padding-top:180px; overflow:hidden; float:right;}
.aboutbj .a-left .a-bt p{font-family:"微软雅黑"; font-size:18px; color:#fff; line-height:30px;padding-bottom:10px;}
.aboutbj .a-left .a-bt h3{font-family:"微软雅黑"; font-size:24px; color:#f6d300; line-height:30px; font-weight:normal;padding-top:10px;}
.aboutbj .a-left .a-bt strong{font-family:"微软雅黑"; font-size:36px; color:#fff; line-height:50px;}
.aboutbj .a-left .a-bt .more{width:160px; height:30px; text-align:center; border:1px solid #fff;  background-color:#333; margin-top:30px;}
.aboutbj .a-left .a-bt .more a{font-family:"微软雅黑"; font-size:16px; color:#e0dfdf; line-height:30px;}
.aboutbj .a-left .a-bt .more:hover{ background-color:#f6d300;}
.aboutbj .a-left .a-bt .more:hover a{ color:#333;}
.aboutbj .a-left .a-zw{width:730px;height:auto; text-align:left; padding-top:80px; font-family:"微软雅黑"; font-size:16px; color:#e0dfdf; line-height:30px; overflow:hidden; float:right;}
.aboutbj .a-right{width:502px; height:630px; float:right; padding-top:140px;}


/*sjabout*/
.sjaboutys{width:auto; height:auto;}
.sjaboutys img{width:100%;}
.sj-aboutbj{width:auto; height:auto; padding:10px; padding-top:20px; background-color:#f2f2f2;}
.sj-aboutbj p{ text-align:left;font-family:"微软雅黑"; font-size:16px; color:#666; line-height:30px;}
.sj-aboutbj h3{ text-align:left;font-family:"微软雅黑"; font-size:16px; color:#1b6bda; line-height:30px;}
.sj-aboutbj strong{font-family:"微软雅黑"; font-size:24px; color:#373737; line-height:40px;}
.sj-aboutbj ul{ width:auto;text-align:left; font-family:"微软雅黑"; font-size:15px; color:#333; padding-top:20px; line-height:26px;}
.sj-about{width:100%; height:auto; margin-top:20px;}
.sj-about img{width:100%; height:auto;}

/*案例*/
.allm{width:100%; height:230px; background:url(img/albj.png) center no-repeat; margin-top:-20px;}
.allm .al-left{width:260px; height:auto; text-align:left; padding-top:90px;}
.allm .al-left p{font-size:16px; font-family:"微软雅黑"; color:#e0dfdf; line-height:30px;}
.allm .al-left h4{font-size:33px; font-family:"微软雅黑"; color:#F3D503; line-height:40px;}
.allm .al-right{width:980px; height:auto; text-align:left; padding-top:80px; margin-left:60px;}
.allm .al-right h2{font-family:"微软雅黑"; font-size:36px; color:#fff; line-height:40px;}
.allm .al-right h2 span{color:#f6d300;}
.allm .al-right p{font-size:16px; font-family:"微软雅黑"; color:#e0dfdf; line-height:30px;}

.albj{width:100%; height: auto; background-color:#f9f9f9;}
#focus_Box {
  position: relative;
  width:1300px;
  margin:0px auto 0 auto;
  padding-top:60px; }
  #focus_Box ul {
    margin:0 auto;
    position: relative;
    height:540px; }
  #focus_Box li {
    z-index: 0;
    position: absolute;
    width: 0px;
    height: 0px;
    top: 146px;
    cursor: pointer;
    left: 377px;
    overflow: hidden;
    border-radius: 20px;
    border: 5px solid #fff; }
    #focus_Box li img {
      width: 100%;
      vertical-align: top;
      transition: .5s;
      border-radius: 20px; }
    #focus_Box li:hover img {
      transform: scale(1.05, 1.05); }
	  
	#focus_Box li ol{position:absolute; width:100%; height:40px;background-color:rgba(27,107,218,.7); text-align:center; font-family:"微软雅黑"; font-size:18px; font-weight:bold; color:#fff; bottom:20px; line-height:40px; z-index:300000;}
  #focus_Box .prev {
    background: url(img/btnl.png) no-repeat;
    left: -110px;
    top:280px; }
    #focus_Box .prev:hover {
      left: -120px;
      opacity: 1; }
	  
  #focus_Box .next {
    background: url(img/btnr.png) no-repeat;
    right: -130px;
    top:280px; }
    #focus_Box .next:hover {
      right: -140px;
      opacity: 1; }
  #focus_Box a.imgs-scroll-btn {
    display: block;
    position: absolute;
    z-index: 110;
    top: 7px;
    right: 15px;
    width: 51px;
    height: 23px;
    overflow: hidden;
    background: url(img/share-btn.png) no-repeat;
    text-indent: -999px; }

#focus_Box .prev, #focus_Box .next {
  display: block;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 51px;
  height: 101px;
  top:250px;
  transition: 0.5s;
  opacity: 0.6; }
  
.sjal{width:auto; height:auto;}  
.sjal img{width:100%;}
.sjal-pic{background-color:#1b6bda; padding-bottom:20px;}

.a_pro{ margin:0 auto;height:auto; padding-top:10px;position: relative;width:98%; overflow: hidden;}
.a_pro li{float:left;width:48%;margin:10px 1% 0; height:auto;}
.a_pro li dl{width:100%;height:auto;  position: relative; overflow:hidden;}
.a_pro li dl a{text-decoration: none; }
.a_pro dt{width: 100%;}
.a_pro dt img{width: 100%;display: block;}
.a_pro dd{height: auto;padding-top: 10px;    box-sizing: border-box; text-align: center; color: #333333;}
.a_pro dd h3 {height: 40px; line-height: 40px;  color: #fff; font-size: 15px; display: block; text-align: center;}
.a_pro dd span{margin:0 auto;width:70%; height:26px; line-height:26px; display: block;margin:0 auto; color: #333; background: #f6d300; text-align: center; }
.m_pro li dl:hover img{box-shadow: 0 0 10px #ccc;}
.m_pro li dl:hover span{display: block;}
.m_pro dd:hover span{background: #f6d300; color:#1b6bda}



/*------------news----------*/
.n_news{ margin:0 auto;height:auto;margin-top: 45px; position: relative;width:90%; margin-bottom:50px; overflow: hidden;}
.n_news li{float:left;width:23%;margin:10px 1% 0; height:510px; background-color:#f9f9f9;}
.n_news li dl{width:100%;height:500px;  position: relative;transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;-o-transition: all 0.5s linear;}
.n_news li dl a{text-decoration: none; }
.n_news dt{width: 100%;}
.n_news dt img{width: 100%; height:280px;display: block;}
.n_news dd{height: auto;padding-top: 10px;    box-sizing: border-box; text-align: center; color: #333333;}
.n_news dd h3 {height: 40px; line-height: 40px;  color: #333333; font-size: 18px; display: block; text-align: center;}
.n_news dd  p{padding:0 10px; height:auto; text-align: center; line-height: 24px; font-size: 14px; color: #888888; padding-bottom:20px;}
.n_news dd span{width: 154px; height: 40px; line-height: 40px; display: block;margin:0 auto; color: #fff; background: #1b6bda; text-align: center; }

.n_news li dl:hover{margin-top: 8px; }
.n_news li dl:hover img{box-shadow: 0 0 10px #ccc;}
.n_news li dl:hover span{display: block;}
.n_news dd:hover span{background: #f6d300; color:#1b6bda}



/*------------footer----------*/
.y_ft{ height:276px;padding-top: 64px; background: url(img/ftbg.jpg) no-repeat center top;}
.y_ft .m_fnav{float: left;width: 277px;}
.y_ft .m_fnav a{display: inline-block;font-size:14px;color: #9a9a9a;width:110px;line-height:26px;}
.y_ft .m_fnav a:hover{color: #f6d200;}
.y_ft .f_ftcon{float: left;width: 600px; padding-left:50px;}
.y_ft .f_ftcon li{float: left;width: 300px;font-size: 16px;color:#bcbcbc;height: 65px; line-height: 22px; font-family:arial;}
.y_ft .f_ftcon li em{display: block;color: #9d9d9d;font-size:14px;}
.y_ft .f_ftcon .lastli{font-size:14px;color:#9d9d9d;}
.y_ft h2{position: relative;height:46px;padding-left:22px;line-height:46px; font-weight:normal;font-size:18px;color:#fff;margin-bottom:12px;}
.y_ft h2:before{content: "";position:absolute;width:3px;height:24px;background:#f6d200;left:0;top:12px;}
.y_ft .m_code{float: left;width: 292px;padding-left:50px;}
.y_ft .codelst{height: 140px;}
.y_ft .codelst li{float: left;width: 102px;height: 102px;margin-right: 46px;}
.y_ft .codelst li img{width: 102px;height: 102px;display: block;margin: 0 auto;}
.y_ft .codelst .code2{margin-right: 0;}
.y_ft .codelst li em{display: block;height: 32px;line-height: 32px;text-align: center;font-size: 14px;color: #9d9d9d;}
.y_ft .m_code p{font-size: 14px;line-height: 24px;color: #9d9d9d;}
.y_ft .m_code p a{color: #fff;}

	


/* 底部固定导航 */


.go_top{display: none;background:url(img/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#fdae05;border-radius:50%;position: fixed;right:6px;bottom:100px;z-index:99999999999;}

.fixed_footer, .wap_show{display: none;}
.mobile .fixed_footer{display: none;background-color:rgba(0,15,203,0.75);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
@media (min-width:640px){.mobile .fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
.mobile .fixed_footer a{float: left;width:33.33%;text-align: center;}
.mobile .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
.mobile .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}

@media( max-width:1210px ){
	.fixed_right, .footer .three, .footer .one, .footer .nav {display: none;}
	.mobile .fixed_footer{display: block;}
	.footer .two{width:100%;margin:0;}
	}


.ph-bq{
  margin-bottom:43px;
  padding:9px 15px 15px 15px;
  font-size: 15px;
  color: #ffba00;
  text-align: center;
  line-height: 150%;
  background-color: #434343;
}
.ph-bq p,
.ph-bq p a,
.ph-bq a{
  font-size: 15px;
  color: #ffba00;
  text-align: center;
  line-height: 150%;
}
.ph-bq img{
  display: block;
  margin:0 auto;
  margin-top: 10px;
}

 /*ph页脚*/

.ph-foot{
  position: fixed;
  bottom:0px;
  left: 0px;
  padding-bottom:10px;
  width: 100%;
  background-color: #5e5d5d;
  overflow: hidden;
  border-top:1px solid #fff;
  border-radius: 15px 15px 0px 0px;
}
.ph-foot li{
  float: left;
  padding:10px 0px;
  width: 25%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.ph-foot li img{
  display: block;
  margin:0 auto;
  width: 25%;
}
.ph-foot li p{
  display: block;
  margin-top:15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}


/* 内页 */
#nybanner{width:100%; height:360px; background:url(img/aboutbanner.jpg) center no-repeat;overflow:hidden;}
#nybanner1{width:100%; height:360px; background:url(img/qyjgbnnner.jpg) center no-repeat;overflow:hidden;}
#nybanner2{width:100%; height:360px; background:url(img/newsbnnner.jpg) center no-repeat;overflow:hidden;}
#nybanner3{width:100%; height:360px; background:url(img/khalbnnner.jpg) center no-repeat;overflow:hidden;}
#nybanner4{width:100%; height:360px; background:url(img/picbanner.jpg) center no-repeat;overflow:hidden;}
#nybanner5{width:100%; height:360px; background:url(img/shbzbnnner.jpg) center no-repeat;overflow:hidden;}
#nybanner6{width:100%; height:360px; background:url(img/lxwmbnnner.jpg) center no-repeat;overflow:hidden;}
#nybanner7{width:100%; height:360px; background:url(img/spbanner.jpg) center no-repeat;overflow:hidden;}
#nybanner8{width:100%; height:360px; background:url(img/fhbanner.jpg) center no-repeat;overflow:hidden;}
#nybanner9{width:100%; height:360px; background:url(img/jcalbanner.jpg) center no-repeat;overflow:hidden;}


/*--首页栏目--*/
.nyzw-lm1{width:auto;height:40px; padding-left:20px; padding-top:25px; padding-bottom:10px; background-color:#f2f2f2; border-bottom:1px solid #eee; overflow:hidden;}
.nyzw-lm2{border-left:10px solid #1b6bda;padding-left:8px;width:500px; height:auto; text-align:left;}
.nyzw-lm2 span{font-family:"微软雅黑"; font-size:16px; line-height:26px; color:#888;}
.nyzw-lm2 span a{font-family:"微软雅黑"; font-size:16px; line-height:26px; color:#888;}

.sj-nyzw{width:100%; height:auto; border-bottom:1px dashed #ccc; padding-bottom:10px;margin-bottom:20px; margin-top:20px;overflow:hidden;}
.sj-nydh{width:100%; padding-left:10px; height:auto; text-align:left;}
.sj-nyzw3{width:100%; height:auto; padding-top:20px;}

.nyzw{margin:0 auto; width:1300px; height:auto; font-family:"微软雅黑"; font-size:15px; color:#434343; padding-bottom:50px; line-height:28px;text-align:left; margin-top:50px;overflow:hidden;}
.cpnylm{margin:0 auto; width:1300px; height:auto; margin-bottom:20px; margin-top:30px; overflow:hidden;}
.sjcpnylm{width:auto; height:auto; margin-bottom:20px; overflow:hidden;}

.ly_t{font-size:40px;color: #28292b;font-weight: normal;text-align: center;line-height: 45px;height: 90px;}
.ly_t b{color: #1b6bda;}
.ly_t span{display: block;font-size: 20px;color: #666;}
.ly_t i{color: #1b6bda;padding:0 15px;}


.fen-n{ margin:0 auto;width:800px; text-align:center; margin-top:40px;}
.fen-n ul{ height: 47px; }
.fen-n ul li {width:260px;height:47px;background:#f4f4f4; border-right: 1px solid #d8d8d8; text-align: center;float: left; box-sizing: border-box; position: relative;  }
.fen-n ul li a{text-decoration: none; position: relative;z-index: 3; display: block; line-height:47px; height:47px; font-size: 18px; color: #343434;}
.fen-n ul li a:hover{background:#4b4b4b\9;color: #fff;}
.fen-n ul li:after{content:'';position:absolute;height:100%;width:0;background:#1b6bda;bottom:0;left:0;-webkit-transition:width .3s;transition:width .3s;}
.fen-n ul li:hover:after,.fen ul li.cur:after{width:100%;color: #fff;}
.fen-n ul li:nth-child(3){margin-right: 0;}
.fen-n ul li.cur a { background:#2466b8; color: #fff; }

.nycpfl{ margin:0 auto; width:1280px; height:auto; margin-top:30px; overflow:hidden;}
.lx-nyzw{margin:0 auto; width:1280px; height:auto; font-family:"微软雅黑"; font-size:15px; color:#434343; line-height:28px;text-align:left;padding-top:50px;padding-bottom:50px;overflow:hidden;}


.ny-news01{width:100%;height: auto;}
.ny-news01 li{
  padding:20px 0px;
  width:100%;
  border-bottom:1px dashed #dedddd;
  overflow: hidden;
}
.ny-news01 li:hover{background-color:#f7f7f7;}
.ny-news01 li .tu1{
	float: left;
	width: 240px;
	height: 165px;
	overflow: hidden;
}
.ny-news01 li .tu1 img{
	width: 240px;
	height: 165px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  width:120px;
  height:40px;
  margin-top:10px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height:30px;
  font-size:18px;
  color: #f6d300;
  text-align: center;
  line-height:30px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{color: #888;}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  margin-left:20px;
  width:80%;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: auto;
  overflow:hidden;
  font-size: 16px;
  color: #333;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li .r01 a h2 span{color:#f6d300; font-weight:normal; margin-right:10px;}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
}
.ny-news01 li .more{width:120px; height:30px; background-color:#1b6bda; text-align:center; margin-top:10px;}
.ny-news01 li .more a{ font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#fff;}
.ny-news01 li:hover .more{background-color:#434343;transition: all 0.3s ease-in-out;}

/*新闻详情页样式*/
.newszwbj{ width:auto; height:auto; overflow:hidden;}
.new-cont-h1{text-align:center; font-family:"微软雅黑"; font-size:30px; line-height:40px;color:#535353; border-bottom:1px solid #131f37; font-weight:normal;}
.new-xq{
  margin:0px auto;
  margin-top:30px;
  width:100%;
  height: auto;
  overflow:hidden;
}
.new-xq-l{
  width:100%;
  height:auto;
  text-align:left;
  
}
.new-xq-l .date1{
  width: 100%;
  height: auto;
  text-align: left;
}
.new-xq-l .date1 .year1 {
  font-size: 20px;
  color: #000;
  line-height:30px;
  font-family: "微软雅黑";
  font-weight:normal;
  text-align: center;
}
.new-xq-l .date1 .year1 span{
  position: absolute;
  z-index:2;
  display:block;
  font-size:15px;
  color: #b2b2b2;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px; 

}
.new-xq-l .date1:before{
  content: "";
  display: block;
  width: 100%;
  height:30px;
  position: absolute;
  left: 0;
  z-index:1;
}
.new-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #27cbf1;
  font-family:Impact;
  letter-spacing: 0px;
}
.new-xq-l .read1{
  position:relative;
  z-index:22222;
  width:120px;
  font-size:13px;
  padding-top:0px;
  text-align: center;
  background-color:#434343;
  color: #fff;
  letter-spacing: 0px;
  float:right;
 
}
.new-xq-l .read1 strong{
  font-weight: bold;
}
.new-xq-r{
  margin:0 auto;
  padding:10px;
  width:auto;
  height:auto;
  margin-bottom:30px;
  text-align:center;
  background-color:#efeeee;
  overflow: hidden;
}
.new-xq-r p{
  display: block;
  height: auto;
  font-size: 14px;
  color: #666;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.new-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}


.ny-l01 {
    float: left;
    width: 250px;
}
.ny-r01 {
    float: right;
    width: 956px;
}
.ny-l-fenlei{
  padding:20px 15px 50px 15px;
  background-color: #043d77;
  border-radius: 15px;
}
.ny-l-fenlei .ny-fl-tit{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.ny-l-fenlei .line01{
  margin:0 auto;
  margin-top: 15px;
  width: 60%;
  height: 5px;
  background-color: #fff;
}
.ny-fenlei1{
  height: auto;
  overflow: hidden;
}
.ny-fenlei1 dt a{
  display: block;
  margin:15px 0px;
  width: 100%;
  height: 30px;
  background-color: #fbe000 ;
  font-size: 17px;
  color: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
}
.ny-fenlei1 dd a{
  display: block;
  padding:3px;
  width: 100%;
  border-bottom:1px dashed #5084b5;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.ny-fenlei1 dd a:hover{
  background-color: #039de5;
  color: #fff;
}
.ny-fenlei1-hover{
  background-color: #facd00 !important;
  color: #525252 !important;
}

.l-dt{width:auto; height:auto; margin-bottom:30px;}

/*====================手机====================*/
@media only screen and (max-width: 768px){
	
	.topbj{height:auto; padding-top:0px; padding-bottom:0px;}
	.topbj ul{ width:auto;}
	.topbj ul .t-logo{padding-top:0px;}
	.topbj ul .t-logo{ width:auto; padding-bottom:0px;border-right:0px;}
	.topbj ul .t-logo h1{ padding-left:10px; font-size:36px;}
	.topbj ul .t-pz{width:auto; padding-top:10px; padding-bottom:10px;}
	.topbj ul .t-zz{display: none;}
	.topbj ul .t-pz{margin-left:10px;}
	.topbj ul .t-pz p{font-size:30px;}
	.topbj ul .t-pz span{display: none;}
	.topbj ul .t-telt{display: none;}
	.topbj ul .t-tel{display: none;}
	.topbj ul .t-tel p{font-size:28px;}
	.topbj ul .t-er{display: none;}
	.dhbj{display: none;}
	.banner{display: none;}
	.w1300{width:auto;}
	.sylm{width:auto; height:auto; padding-top:20px; padding-bottom:0px;}
    .sylm h2{width:90%; height:38px; background:url(img/sjtitle1.png) center no-repeat; font-size:24px;line-height:30px; padding-right:26px; padding-top:8px;}
    .sylm p{font-size:15px; }
	.collection-btn, .service_list_met_21_8_76{display: none;}
	
	.m_pro{ height:auto;margin-top:0px;width:95%; overflow: hidden;}
    .m_pro li{width:48%;height:auto;overflow: hidden;}
    .m_pro li dl{width:100%;height:auto;overflow: hidden;}
	.m_pro dd h3{font-size:13px;}
	.m_pro dd p{display: none;}
	.m_pro dd span{ margin:0 auto; width:90%;height:30px; line-height:30px;}
    .m_pro dd .m-more{display: none;}
	.m_pro li dl:hover{margin-top:0px;}
	.ys_bg{display: none;}
	.aboutys{display: none;}
	.aboutbj{display: none;}
    .allm{display: none;}
	.albj{display: none;}
	.a_pro dd h3{font-size:13px;}
	.n_news{ height:auto;margin-top:0px;width:95%; overflow: hidden;}
    .n_news li{width:100%;height:auto;overflow: hidden;}
    .n_news li dl{width:100%;height:auto;overflow: hidden;}
	.n_news dd h3{ height:auto;font-size:18px; line-height:30px; overflow:hidden;}
	.n_news dd span{ margin:0 auto; width:90%;height:30px; line-height:30px;}
	.n_news li dl:hover{margin-top:0px;}
	
	
	.y_ft{height:auto; background:url(img/ftbg.jpg) bottom center no-repeat #212121; padding:30px; overflow:hidden;}
	.y_ft .m_fnav{width:auto;}
	.y_ft .f_ftcon{width:95%; height:auto;padding-left:0px; border-top:1px dashed #888; margin-top:10px; overflow:hidden;}
	.y_ft .f_ftcon .f_cb{height:auto;}
	.y_ft .m_code{width:auto; padding-left:0px; padding-top:20px;height:auto;border-top:1px dashed #888; padding-bottom:60px; overflow:hidden;}
	
	#nylm{padding-top:50px; padding-bottom:10px;}
    #nylm h3{font-size:24px;}
    #nylm h3 span{ font-size:24px;}
    #nylm p{display: none;}
	.nyzw-lm2 span a{display: none;}
	
	
	.nyzw-lm1{margin-bottom:20px; padding-top:10px; height:auto;}
	.nyzw-lm2{width:auto;}
	
	#nycpzs{width:100%; padding:10px;}
	.nyzw{width:auto; padding:10px;margin-top:0px;}
	.cpnyzw{width:100%;}
	.nycpfl{width:100%;}
	.cpnylm{display: none;}
	.ly_t{ width:98%;font-size:22px;}
	.ly_t span{font-size:15px; line-height:26px;}
	.fen-n{ margin:0 auto;width:95%; margin-top:30px;}
	.fen-n ul{ height:47px; }
	.fen-n ul li {width:100%; margin:1%; border-right:0px;}
	
	.showleft{display: none;}
	#nybanner{ width:auto; height:120px; background:url(img/aboutbanner.jpg) no-repeat; no-repeat;background-size:210% auto;}
	#nybanner1{width:100%; height:120px;background-size:200% auto;}
	#nybanner2{width:100%; height:120px;background-size:200% auto;}
	#nybanner3{width:100%; height:120px;background-size:200% auto;}
	#nybanner4{width:100%; height:80px;background-size:140% auto;}
	#nybanner5{width:100%; height:120px;background-size:200% auto;}
	#nybanner6{width:100%; height:120px;background-size:200% auto;}
	#nybanner7{width:100%; height:120px;background-size:200% auto;}

	
	.ny-news01{width:100%}
	.ny-news01 li .tu1{width:100%; margin-bottom:10px;}
	.ny-news01 li .r01{width:100%; margin-left:0px;}
	.ny-news01 li .l01{}
	.ny-news01 li .r01 a h2{font-size:14px; font-weight:bold;}
	
	.new-xq-l{display: none;}
	.new-xq-r{width:90%; padding:5px;}
	.new-xq-r p{
	  width:100%;
	}
    .lx-nyzw{width:auto;}
    .l-dt{display: none;}
	

	/*系统原样式修改*/
	.min_box_content{display: noe;}
	.showpics{margin:3% !important;}
    ul.love1 li{width:33%;}

}
/*====================平板====================*/
@media screen and (min-width: 768px) and (max-width: 1200px){
	
	.topbj{height:auto; padding-top:0px; padding-bottom:0px;}
	.topbj ul{ width:auto;}
	.topbj ul .t-logo{padding-top:0px;}
	.topbj ul .t-logo{ width:auto; padding-bottom:0px;border-right:0px;}
	.topbj ul .t-logo h1{ padding-left:10px; font-size:36px;}
	.topbj ul .t-pz{width:auto; padding-top:10px; padding-bottom:10px;}
	.topbj ul .t-zz{display: none;}
	.topbj ul .t-pz{margin-left:10px;}
	.topbj ul .t-pz p{font-size:30px;}
	.topbj ul .t-pz span{display: none;}
	.topbj ul .t-telt{display: none;}
	.topbj ul .t-tel{display: none;}
	.topbj ul .t-tel p{font-size:28px;}
	.topbj ul .t-er{display: none;}
	.dhbj{display: none;}
	.banner{display: none;}
	.w1300{width:auto;}
	.m_pro{ height:auto;margin-top:0px;width:95%; overflow: hidden;}
    .m_pro li{width:48%;height:auto;overflow: hidden;}
    .m_pro li dl{width:100%;height:auto;overflow: hidden;}
	.m_pro dd h3{font-size:14px;}
	.m_pro dd p{display: none;}
	.m_pro dd span{ margin:0 auto; width:90%;height:30px; line-height:30px;}
    .m_pro dd .m-more{display: none;}
	.m_pro li dl:hover{margin-top:0px;}
	
	.ys_bg{display: none;}
	.aboutys{display: none;}
	.aboutys{display: none;}
	.aboutbj{display: none;}
    .allm{display: none;}
	.albj{display: none;}
	.n_news{ height:auto;margin-top:0px;width:95%; overflow: hidden;}
    .n_news li{width:48%;height:auto;overflow: hidden;}
    .n_news li dl{width:100%;height:auto;overflow: hidden;}
	.n_news dd h3{ height:auto;font-size:18px; line-height:30px; overflow:hidden;}
	.n_news dd span{ margin:0 auto; width:90%;height:30px; line-height:30px;}
	.n_news li dl:hover{margin-top:0px;}
		
	.y_ft{height:auto; background:url(img/ftbg.jpg) bottom center no-repeat #212121; padding:30px; overflow:hidden;}
	.y_ft .m_fnav{width:auto;}
	.y_ft .f_ftcon{width:95%; height:auto;padding-left:0px; border-top:1px dashed #888; margin-top:10px; overflow:hidden;}
	.y_ft .f_ftcon .f_cb{height:auto;}
	.y_ft .m_code{width:auto; padding-left:0px; padding-top:20px;height:auto;border-top:1px dashed #888; padding-bottom:60px; overflow:hidden;}
	
	#nylm{padding-top:50px; padding-bottom:10px;}
    #nylm h3{font-size:24px;}
    #nylm h3 span{ font-size:24px;}
    #nylm p{display: none;}
	
	#nycpzs{width:100%; padding:10px;}
	.nyzw{width:auto; padding:10px;margin-top:0px;}
	.cpnyzw{width:100%;}
	.nycpfl{width:100%;}
	.showleft{display: none;}
	
	.cpnylm{display: none;}
	.ly_t{ width:98%;font-size:30px;}
	.ly_t span{font-size:15px; line-height:26px;}
	
	#nybanner{ width:auto; height:150px;background-size:100% auto;}
	#nybanner1{width:100%; height:150px;background-size:100% auto;}
	#nybanner2{width:100%; height:150px;background-size:100% auto;}
	#nybanner3{width:100%; height:150px;background-size:100% auto;}
	#nybanner4{width:100%; height:150px;background-size:100% auto;}
	#nybanner5{width:100%; height:150px;background-size:100% auto;}
	#nybanner6{width:100%; height:150px;background-size:100% auto;}
	#nybanner7{width:100%; height:150px;background-size:100% auto;}
	
	#nycpzs{width:100%; padding:10px;}
	.nyzw{width:100%;}
	.new-xq-l{display: none;}
	.new-xq-r{width:90%; padding:5px;}
	.new-xq-r p{
	  width:100%;
	}
    .fen{display: none;}
	.lx-nyzw{width:auto;}
    .l-dt{display: none;}
}


/*====================PC====================*/
@media only screen and (min-width: 1200px){
	.sj-banner{display: none;}
	.s-menu{display: none;}
	.ph-bq{display: none;}
	.sjgy{display: none;}
	.ph-foot{display: none;}
	#ph-menu-tu{display: none;}
	.sjys{display: none;}
	.sjal{display: none;}
	.fen{display: none;}
	.sjaboutys{display: none;}
	.sj-aboutbj{display: none;}
	.sjal{display: none;}
	.sjal-pic{display: none;}
	.sp_header{display: none;}
	.sjcpnylm{display: none;}
	.sjdt{display: none;}
}


